home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / ASMWIZ14.ZIP / PRODUCT.TXT < prev    next >
Text File  |  1991-09-09  |  5KB  |  83 lines

  1. This is a list of the libraries I have available.  These are shareware
  2. products which may often be found at your local BBS.  If you can't get them
  3. locally or wish to make sure you have the latest versions, sampler disks are
  4. available.  See CATALOG.TXT for a list of the files included on the sampler
  5. disks.  See REGISTER.TXT for an order form.
  6.  
  7. The registered versions of each library come with full source code in BASIC
  8. and assembly language.  BASIC source code is designed for QuickBASIC 4.0+ or
  9. BASCOM 6.0+.  Assembly language source code is designed for MASM 6.0 and may
  10. require minor modifications to assemble with OPTASM, TASM, or earlier
  11. versions of MASM.
  12.  
  13.  
  14.  
  15. ASMWIZ: The Assembly Wizard's Library
  16.  
  17.    This is a library for assembly language.  The library will work with A86,
  18.    MASM, OPTASM, and TASM.  Only .COM files are supported.  Routines include
  19.    text displays (machine-level, BIOS, and DOS), graphics (Hercules, CGA,
  20.    EGA), number base conversions, long integer math, file matching and
  21.    command-line parsing, pseudo-random number generation, countdowns and
  22.    delays, buffered file support with critical error handling, environment
  23.    scanning, string functions, mouse support, sound generation, control over
  24.    Break, loading of BSAVE-format files, and more.
  25.  
  26.  
  27.  
  28. BASWIZ: The BASIC Wizard's Library
  29.  
  30.    This is a library for BASIC.  It contains a numeric expression evaluator,
  31.    so you can convert an equation into a number; far strings, so you'll never
  32.    see "Out of String Space" again (EMS is supported too!); powerful file
  33.    handling, with optional buffering and built-in critical error handling;
  34.    telecommunications support, including DTR control, carrier detection and
  35.    more for COM1 - COM4; pointers and memory management, giving BASIC the
  36.    capability for flexible data structures long enjoyed by C, Pascal and
  37.    Modula-2 programmers; a virtual windowing system that gives you much more
  38.    than just windows-- change the size, move 'em around, scroll a window
  39.    around on a huge virtual screen, all smoothly and at lightning speed-- the
  40.    BASWIZ demo program gives some hint of what you can do.  The virtual
  41.    windowing system is where BASWIZ really shines.  To the best of my
  42.    knowledge, there is no better text display management system for BASIC.
  43.  
  44.    Graphics capabilities are also included.  Besides replacements for the
  45.    BASIC graphics support for CGA, EGA, VGA and Hercules modes (no TSR
  46.    needed), BASWIZ adds many new capabilities.  You can print text and
  47.    graphics screens on an Epson-compatible printer or treat the printer like
  48.    a graphics screen with a special set of text and graphics routines.  A
  49.    selection of fonts is available and can be displayed in any desired size.
  50.    A pseudo-graphics mode (80x50) is available for use on any display
  51.    adapter.  There are also two new VGA modes that will work on any
  52.    register-compatible VGA, which allow 320x400 or 360x480 resolution in 256
  53.    colors (compare that to the BASIC SCREEN 13 mode, with only 320x200)!
  54.    Detect the current display adapter, draw dots, lines, circles, ellipses,
  55.    regular polygons... it's all here, with detailed explanations and assorted
  56.    example programs.
  57.  
  58.    Last but not least, the math routines.  These provide extensive math
  59.    support in three areas: new or faster routines for BASIC's existing math,
  60.    precision math using fractions, and the ultimate in numeric precision: BCD
  61.    math with up to 254-digit numbers.  Extensions to BASIC's existing math
  62.    include inverse trig and hyperbolic trig functions, the error function,
  63.    constants and conversions.  Fraction math is fairly limited at the moment,
  64.    supporting little more than the basic four functions.  BCD math includes
  65.    much more than such basics, though-- trig functions, square roots,
  66.    factorials, constants with hundreds of digits of precision, etc; formatted
  67.    output may be done to your specs.  You can place the decimal point
  68.    anywhere you want, so this is perfect whether you deal in very large or
  69.    very small numbers!
  70.  
  71.  
  72.  
  73. PBCLON: The PBClone Library
  74.  
  75.    This is a library for BASIC.  It is the successor to my old ADVBAS
  76.    library.  With over 400 routines and growing rapidly, this library covers
  77.    a little bit of everything: mouse support, disk wrangling, string
  78.    mangling, keyboard input, equipment detection, graphics, a wide variety of
  79.    display management, directory searching, text compression, viewing
  80.    .ARC/.LZH/.PAK/.ZIP directories, matrix math, dates, times and countdowns,
  81.    and... well, it's hard to describe such a collection other than to say
  82.    "it's probably in here"!
  83.